home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / lib / wild.h < prev   
C/C++ Source or Header  |  1994-02-01  |  294b  |  16 lines

  1.  
  2. /*
  3.  * $VER: lib/wild.h 1.0 (17.4.93)
  4.  *
  5.  * (c)Copyright 1992 Obvious Implementations Corp, All Rights Reserved
  6.  */
  7.  
  8. #ifndef _LIB_WILD_H
  9. #define _LIB_WILD_H
  10.  
  11. extern void *_ParseWild(const char *, short)
  12. extern int _CompWild(const char *, void *, void *);
  13. extern void _FreeWild(void *);
  14.  
  15. #endif
  16.